﻿@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@600&family=Roboto&display=swap');
body *
{
	font-size: 11px !important;
	font-family: 'Roboto' , sans-serif !important;
}
body
{
	font-family: 'Roboto' , sans-serif !important;
	margin-left: 5px !important;
	margin-right: 5px !important;
	margin-bottom: 50px !important;
}
form fieldset
{
	font-family: sans-serif !important;
	border: 1px solid #1F497D !important;
	background: rgba(168, 167, 175, 0.14) !important;
	border-radius: 5px !important;
	padding: 10px !important;
	margin: 4px !important;
}
form fieldset legend
{
	background: #1F497D !important;
	color: #fff !important;
	padding: 4px 6px !important;
	font-size: 12px !important;
	border-radius: 5px !important;
	box-shadow: 0 0 0 0 #ddd !important;
	margin-left: 0px !important;
}
img.profil
{
	vertical-align: middle !important;
	border-style: none !important;
	border-radius: 50% !important;
}
body, html
{
	background: url("../Image/background.jpg") no-repeat center center fixed !important;
	-webkit-background-size: cover !important;
	-moz-background-size: cover !important;
	-o-background-size: cover !important;
	background-size: cover !important;
	z-index: -999999 !important;
}
.btnTop
{
	position: fixed;
	bottom: 5px;
	right: 10%;
	z-index: 10000000;
}
.checkbox-margin input[type="checkbox"]
{
	margin-right: 5px;
}
.form-app
{
	margin-top: 5px !important;
	background-color: White !important;
	border-radius: 15px !important;
	padding: 10px !important;
}
